home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap07 / b07d015.cc2 < prev    next >
Text File  |  1998-06-07  |  965b  |  22 lines

  1. 0, Your assignment in Lab 7 is to edit an 
  2. 3, existing foreign language program, so 
  3. 5, that it uses a second form to display 
  4. 8, definitions. To create your solution, you'll 
  5. 11, need to create a second form with the 
  6. 13, Add Form command on the Visual Basic 
  7. 15, Project menu. Then, you'll need to edit the 
  8. 20, list box's event procedure, so that it 
  9. 23, opens the second form when you 
  10. 25, double-click a list item. When you run the program, 
  11. 30, it should display Italian vocabulary 
  12. 31, words in a list box. When you double-click 
  13. 37, the Italian word, cucinare, you'll see 
  14. 42, the English definition for the verb 
  15. 43, which means, "to cook." Hmm, makes me 
  16. 46, hungry. To close the form, simply click the 
  17. 49, Close button on the second form. You may 
  18. 53, want to click another word, such as 
  19. 54, domire, which means to sleep. And when you're 
  20. 58, finished, you can close the program by 
  21. 60, clicking the Quit button. Good luck.
  22. 63, END